home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / id-utils.2 / id-utils / id-utils-3.2 / testsuite / Makefile.am < prev    next >
Encoding:
Makefile  |  1996-06-06  |  190 b   |  9 lines

  1. ## Process this file with automake to create Makefile.in
  2.  
  3. TESTS = consistency
  4.  
  5. EXTRA_DIST = $(TESTS)
  6.  
  7. consistency-real: all
  8.     $(SHELL) $(srcdir)/consistency $(top_srcdir) $(top_builddir)/src
  9.